thinkphp5的强大的时间查询功能
时间比较 使用where方法 where方法支持时间比较,例如: // 大于某个时间 where('create_time','> time','2016-1-1'); // 小于某 ...
时间比较 使用where方法 where方法支持时间比较,例如: // 大于某个时间 where('create_time','> time','2016-1-1'); // 小于某 ...
1.将auth类下载好 放置目录: extend\auth\auth.php 2.将类中的SQL语句执行,可以在数据库中创建3张表 auth_group(用户组表) auth_r ...